Object
ProMoldbase
Function ProMoldbaseParamsFree
Description
Frees the handle of a MoldbaseParam
Synopsis
#include <
ProMoldbase.h
>
ProError
ProMoldbaseParamsFree
(
ProMoldbaseParams
*
mbparams
/* (In)
Pointer to the MoldbaseParam handle
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully freed;
PRO_TK_BAD_INPUTS
Can not free the handle
Sample Code References:
pt_examples ( TestMoldbase.c )
pt_examples ( TestMoldbase.c )
pt_examples ( TestMoldbase.c )